Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2025

This PR contains the following updates:

Package Change Age Confidence
TUnit 0.10.19 -> 0.90.45 age confidence

Release Notes

thomhurst/TUnit (TUnit)

v0.90.45: 0.90.45

What's Changed

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.90.42...v0.90.45

v0.90.42: 0.90.42

What's Changed

🏕 Changes
  • feat: enable conditional source generation based on configuration property by @​thomhurst in #​3699
  • refactor: adjust parallelism handling in TestScheduler for better resource management by @​thomhurst in #​3701
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.90.38...v0.90.42

v0.90.38: 0.90.38

What's Changed

🏕 Changes
  • refactor: optimize injection and initialization tasks for better performance and reduced allocations by @​thomhurst in #​3696
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.90.35...v0.90.38

v0.90.35: 0.90.35

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.90.32...v0.90.35

v0.90.32: 0.90.32

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.90.28...v0.90.32

v0.90.28: 0.90.28

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.90.19...v0.90.28

v0.90.19: 0.90.19

What's Changed

🏕 Changes
  • perf: optimize AsyncConsoleWriter for batch processing and increase default parallel limit by @​thomhurst in #​3674
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.90.17...v0.90.19

v0.90.17: 0.90.17

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.90.6...v0.90.17

v0.90.6: 0.90.6

What's Changed
🏕 Changes
  • feat: enhance initialization and execution with cancellation support by @​thomhurst in #​3655
  • feat: enhance dynamic test queue with async wait support and optimize test scheduler by @​thomhurst in #​3657
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.90.0...v0.90.6

v0.90.0: 0.90.0

What's Changed
🏕 Changes

Full Changelog: thomhurst/TUnit@v0.89.2...v0.90.0

v0.89.2: 0.89.2

What's Changed
🏕 Changes
  • feat: enhance error handling by introducing TestExecutionException to aggregate hook and event receiver errors by @​thomhurst in #​3647
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.89.0...v0.89.2

v0.89.0: 0.89.0

What's Changed
🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.88.0...v0.89.0

v0.88.0: 0.88.0

What's Changed
🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.87.8...v0.88.0

v0.87.8: 0.87.8

What's Changed
🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.86.10...v0.87.8

v0.86.10: 0.86.10

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.85.1...v0.86.10

v0.85.1: 0.85.1

What's Changed

🏕 Changes

Full Changelog: thomhurst/TUnit@v0.85.0...v0.85.1

v0.85.0: 0.85.0

What's Changed

Breaking Changes 🛠
  • refactor: restructure TestContext for clarity and intellisense discoverability by @​thomhurst in #​3584

See more information here: https://tunit.dev/docs/migration/testcontext-interface-organization

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.81.7...v0.85.0

v0.81.7: 0.81.7

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.81.0...v0.81.7

v0.81.0: 0.81.0

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.80.0...v0.81.0

v0.80.0: 0.80.0

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.79.0...v0.80.0

v0.79.0: 0.79.0

What's Changed

Breaking Changes 🛠
🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.78.0...v0.79.0

v0.78.0: 0.78.0

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.77.10...v0.78.0

v0.77.10: 0.77.10

What's Changed
🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.77.3...v0.77.10

v0.77.3: 0.77.3

What's Changed

🏕 Changes
  • analyzer: include referenced assemblies when retrieving all named types in compilation by @​thomhurst in #​3529
  • perf: optimize asynchronous event handling with lock-free operations and immutable collections by @​thomhurst in #​3535
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.77.0...v0.77.3

v0.77.0: 0.77.0

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.76.26...v0.77.0

v0.76.26: 0.76.26

What's Changed

🏕 Changes
  • [Docs] Add section on using return values from awaited assertions by @​sliekens in #​3523
  • feat: add IsNotNullAssertionSuppressor to suppress nullability warnings after non-null assertions by @​thomhurst in #​3506
  • refactor: optimize task handling by replacing Task with ValueTask for improved performance by @​thomhurst in #​3528
  • feat: implement custom hook executor support for test execution by @​thomhurst in #​3357
👒 Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v0.76.18...v0.76.26

v0.76.18: 0.76.18

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.76.11...v0.76.18

v0.76.11: 0.76.11

What's Changed

🏕 Changes
  • feat: enhance Polyfill handling for Central Package Management and improve documentation by @​thomhurst in #​3512
  • feat: simplify IsTypeOf assertions by removing redundant type parameters by @​thomhurst in #​3515
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.76.7...v0.76.11

v0.76.7: 0.76.7

What's Changed
🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.76.0...v0.76.7

v0.76.0: 0.76.0

What's Changed
🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.75.30...v0.76.0

v0.75.30: 0.75.30

What's Changed

🏕 Changes
👒 Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v0.75.11...v0.75.30

v0.75.11: 0.75.11

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.75.5...v0.75.11

v0.75.5: 0.75.5

What's Changed

🏕 Changes

Full Changelog: thomhurst/TUnit@v0.75.4...v0.75.5

v0.75.4: 0.75.4

What's Changed

🏕 Changes
  • feat(assertions): add CollectionNotNullAssertion for collection null checks with chaining support by @​thomhurst in #​3473
  • feat(assertions): add nullable value type assertions for IsDefault and IsNotDefault by @​thomhurst in #​3475
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.75.0...v0.75.4

v0.75.0: 0.75.0

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.74.2...v0.75.0

v0.74.2: 0.74.2

What's Changed

🏕 Changes
  • feat(assertions): implement structural equality comparison for collections by @​thomhurst in #​3458
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.74.0...v0.74.2

v0.74.0: 0.74.0

What's Changed

🏕 Changes
👒 Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v0.73.19...v0.74.0

v0.73.19: 0.73.19

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.73.14...v0.73.19

v0.73.14: 0.73.14

What's Changed
🏕 Changes
  • feat(assertions): enhance Map method to support automatic pending link transfer by @​thomhurst in #​3435
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.73.11...v0.73.14

v0.73.11: 0.73.11

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.73.4...v0.73.11

v0.73.4: 0.73.4

What's Changed
🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.73.0...v0.73.4

v0.73.0: 0.73.0

What's Changed

Breaking Changes 🛠
  • refactor(assertions): update member assertion syntax for improved chaining by @​thomhurst in #​3409
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.72.0...v0.73.0

v0.72.0: 0.72.0

What's Changed

🏕 Changes
👒 Dependencies
  • chore(deps): update dependency microsoft.templateengine.authoring.templateverifier to 9.0.306 by @​thomhurst in #​3384
  • chore(deps): update dependency system.commandline to 2.0.0-rc.2.25502.107 by @​thomhurst in [#​3385](https://red

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai
Copy link

coderabbitai bot commented Feb 28, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/tunit-0.x branch from 69223cb to bc43a97 Compare March 1, 2025 01:36
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.15.18 chore(deps): update dependency tunit to 0.15.30 Mar 1, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from bc43a97 to 8bdefdf Compare March 2, 2025 22:43
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.15.30 chore(deps): update dependency tunit to 0.16.1 Mar 2, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from 8bdefdf to 6c374f8 Compare March 3, 2025 01:42
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.16.1 chore(deps): update dependency tunit to 0.16.3 Mar 3, 2025
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.16.3 chore(deps): update dependency tunit to 0.16.4 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch 2 times, most recently from a3d2ccc to 8bad95d Compare March 3, 2025 23:29
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.16.4 chore(deps): update dependency tunit to 0.16.8 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from 8bad95d to 3f347c6 Compare March 4, 2025 16:45
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.16.8 chore(deps): update dependency tunit to 0.16.13 Mar 4, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from 3f347c6 to 29807c4 Compare March 5, 2025 21:42
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.16.13 chore(deps): update dependency tunit to 0.16.23 Mar 5, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from 29807c4 to 4b60133 Compare March 6, 2025 19:54
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.16.23 chore(deps): update dependency tunit to 0.16.28 Mar 6, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from 4b60133 to 3011318 Compare March 7, 2025 21:50
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.16.28 chore(deps): update dependency tunit to 0.16.36 Mar 7, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from 3011318 to 5ec80ee Compare March 8, 2025 14:09
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.16.36 chore(deps): update dependency tunit to 0.16.45 Mar 8, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from 5ec80ee to c1a6120 Compare March 8, 2025 18:00
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.16.45 chore(deps): update dependency tunit to 0.16.49 Mar 8, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from c1a6120 to d291b93 Compare March 8, 2025 22:32
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.16.49 chore(deps): update dependency tunit to 0.16.54 Mar 8, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from d291b93 to 2909391 Compare March 9, 2025 02:31
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.16.54 chore(deps): update dependency tunit to 0.16.56 Mar 9, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from 2909391 to 70ddb4e Compare March 9, 2025 21:26
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.16.56 chore(deps): update dependency tunit to 0.17.3 Mar 9, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from 70ddb4e to 33263ca Compare March 10, 2025 19:11
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.80.0 chore(deps): update dependency tunit to 0.85.1 Oct 30, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from aab94ce to 38076ab Compare October 30, 2025 05:47
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.85.1 chore(deps): update dependency tunit to 0.86.0 Oct 30, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from 38076ab to f1ac9cf Compare October 30, 2025 17:56
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.86.0 chore(deps): update dependency tunit to 0.86.5 Oct 30, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from f1ac9cf to d5df560 Compare October 30, 2025 23:50
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.86.5 chore(deps): update dependency tunit to 0.86.10 Oct 30, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from d5df560 to ed392a6 Compare October 31, 2025 12:46
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.86.10 chore(deps): update dependency tunit to 0.87.8 Oct 31, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from ed392a6 to 6b3978e Compare November 1, 2025 16:42
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.87.8 chore(deps): update dependency tunit to 0.88.0 Nov 1, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from 6b3978e to 4159598 Compare November 1, 2025 22:40
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.88.0 chore(deps): update dependency tunit to 0.89.0 Nov 1, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from 4159598 to 0544c5e Compare November 2, 2025 06:01
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.89.0 chore(deps): update dependency tunit to 0.90.0 Nov 2, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from 0544c5e to f711e30 Compare November 2, 2025 12:55
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.90.0 chore(deps): update dependency tunit to 0.90.6 Nov 2, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from f711e30 to 287534d Compare November 3, 2025 21:59
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.90.6 chore(deps): update dependency tunit to 0.90.17 Nov 3, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from 287534d to d9c495d Compare November 4, 2025 00:31
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.90.17 chore(deps): update dependency tunit to 0.90.19 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from d9c495d to 21b94c2 Compare November 4, 2025 11:41
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.90.19 chore(deps): update dependency tunit to 0.90.28 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from 21b94c2 to d761c04 Compare November 4, 2025 15:58
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.90.28 chore(deps): update dependency tunit to 0.90.32 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from d761c04 to c6c9d7a Compare November 4, 2025 20:53
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.90.32 chore(deps): update dependency tunit to 0.90.35 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/tunit-0.x branch from c6c9d7a to 71bc872 Compare November 5, 2025 03:29
@renovate renovate bot changed the title chore(deps): update dependency tunit to 0.90.35 chore(deps): update dependency tunit to 0.90.45 Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant